From: Debian Julia Team Date: Tue, 29 Jul 2014 10:30:03 +0000 (+0100) Subject: noopt X-Git-Tag: archive/raspbian/0.7.0+dfsg-1+rpi1~1^2^2^2~2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=57bc5cd8c75bf31f0f17b2ec623a152e9ecde635;p=openlibm.git noopt Gbp-Pq: Name noopt.patch --- diff --git a/Make.inc b/Make.inc index 154eec3..7b856d0 100644 --- a/Make.inc +++ b/Make.inc @@ -38,7 +38,7 @@ ifeq ($(ARCH),mingw32) $(error "the mingw32 compiler you are using fails the openblas testsuite. please see the Julia README.windows.md document for a replacement") endif -CFLAGS_add += -std=c99 -Wall -O3 -I$(OPENLIBM_HOME) -I$(OPENLIBM_HOME)/include -I$(OPENLIBM_HOME)/ld80 -I$(OPENLIBM_HOME)/$(ARCH) -I$(OPENLIBM_HOME)/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration +CFLAGS_add += -std=c99 -Wall -I$(OPENLIBM_HOME) -I$(OPENLIBM_HOME)/include -I$(OPENLIBM_HOME)/ld80 -I$(OPENLIBM_HOME)/$(ARCH) -I$(OPENLIBM_HOME)/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration default: all